home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / iPowerBase / FormView.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-04-01  |  5.8 KB  |  379 lines

  1. body
  2. {
  3.     background:#fff !important;
  4. }
  5.  
  6.     .ControlSet
  7.     {
  8.         position:absolute;
  9.         display:block;
  10.         left:0px;
  11.         top:0px;
  12.         width:100%;
  13.         height:35px;
  14.         line-height:30px;
  15.     }
  16.     #ToolBar1
  17.     {
  18.         background:#fff url(/img/ProjectCenter/ToolBar1_bg.jpg) bottom repeat-x;
  19.         
  20.     }
  21.     #ToolBar2
  22.     {
  23.         background:#fff url(/img/ProjectCenter/ToolBar2_bg.jpg) bottom repeat-x;
  24.     }
  25.     
  26.     a.ControlLink:link, a.ControlLink:visited
  27.     {
  28.         float:left;
  29.         margin:0 10px 0 20px;
  30.         height:28px;
  31.         padding:0 10px 0 30px;
  32.         color:#666;
  33.         text-decoration:none;
  34.         font-size:12px;
  35.     }
  36.     
  37.     a.ControlLink:hover
  38.     {
  39.         text-decoration:underline;
  40.         color:#000;
  41.     }
  42.     
  43.     .NewRecord
  44.     {
  45.         background:url(/img/ProjectCenter/DB_AddRecord.jpg) left top no-repeat;
  46.     }
  47.     .RemoveRecord
  48.     {
  49.         background:url(/img/ProjectCenter/DB_RemoveRecord.jpg) left top no-repeat;
  50.     }
  51.     .SearchRecord
  52.     {
  53.         background:url(/img/ProjectCenter/DB_SearchRecord.jpg) left top no-repeat;
  54.         margin-right:20px !Important;
  55.         border-right:3px solid #ccc;
  56.         font-weight:bold;
  57.     }
  58.     .FirstRecord
  59.     {
  60.         background:url(/img/ProjectCenter/DB_FirstRecord.jpg) left top no-repeat;
  61.     }
  62.     .PrevRecord
  63.     {
  64.         background:url(/img/ProjectCenter/DB_PrevRecord.jpg) left top no-repeat;
  65.     }
  66.     .NextRecord
  67.     {
  68.         background:url(/img/ProjectCenter/DB_NextRecord.jpg) left top no-repeat;
  69.     }
  70.     .LastRecord
  71.     {
  72.         background:url(/img/ProjectCenter/DB_LastRecord.jpg) left top no-repeat;
  73.     }
  74.     .Switch_1
  75.     {
  76.         background:url(/img/ProjectCenter/DB_Switch_1.jpg) left top no-repeat;
  77.     }    
  78.     .Switch_2
  79.     {
  80.         background:url(/img/ProjectCenter/DB_Switch_2.jpg) left top no-repeat;
  81.     }
  82.     .FeaturedSearch_Label
  83.     {
  84.         float:right;
  85.         display:block;
  86.         width:100px;
  87.         height:35px;
  88.         line-height:35px;
  89.         color:#888;
  90.     }
  91.     #FeaturedSearch
  92.     {
  93.         float:right;
  94.         margin:5px 0 0 0;
  95.         width:150px;
  96.     }
  97.     
  98.     #DataForm
  99.     {
  100.         float:left;
  101.         clear:left;
  102.         width:800px;
  103.         margin:10px 0 10px 10px;
  104.         border:1px solid #ddd;
  105.         background:#f5f5f5;
  106.         z-index:0;
  107.     }
  108.  
  109.     #Pager_Slider
  110.     {
  111.         float:left;
  112.         position:relative;
  113.         width:800px;
  114.         height:30px;
  115.         margin:45px 0 0px 10px;
  116.         border:1px solid #ddd;
  117.         background:#fff;
  118.     }
  119.     #Pager_Display
  120.     {
  121.         position:absolute;
  122.         right:10px;
  123.         top:0px;
  124.         height:30px;
  125.         line-height:30px;
  126.         font-weight:bold;
  127.         font-size:15px;
  128.         color:#222;
  129.     }
  130.     
  131.         #track1
  132.         {
  133.             position:absolute;
  134.             left:10px;
  135.             top:5px !important;
  136.             top:4px;
  137.             width:500px;
  138.             height:20px;
  139.             background:url(/img/App_GUI/Misc/Slider_bg.jpg) left bottom no-repeat;
  140.             border-left:1px solid #aaa;
  141.             border-right:1px solid #aaa;
  142.             height:20px;
  143.         }
  144.         #handle1
  145.         {
  146.             margin-left:0px !Important;
  147.             margin-left:-490px;
  148.             width:10px;
  149.             height:20px;
  150.             background:#fff url(/img/App_GUI/Misc/Slider_Pointer.jpg) left top no-repeat;
  151.             cursor:move;
  152.             z-index:2;
  153.         }
  154.         
  155.     #SearchForm
  156.     {
  157.         position:absolute;
  158.         float:left;
  159.         left:20px;
  160.         top:54px;
  161.         width:800px;
  162.         
  163.         border:1px solid #ccc;
  164.         background:#fff url(/img/ProjectCenter/DB_Search_bg.jpg) right bottom no-repeat;
  165.         z-index:1;
  166.     }
  167.     #SearchForm h1
  168.     {
  169.         float:left;
  170.         position:relative;
  171.         margin:0 0 0 0;
  172.         width:800px;
  173.         height:30px;
  174.         line-height:30px;
  175.         font-size:14px;
  176.         border-bottom:2px solid #999;
  177.         background:#f5f5f5;
  178.     }
  179.     #SearchForm h1 input
  180.     {
  181.         position:absolute;
  182.         top:2px;
  183.         right:5px;
  184.         font-weight:bold;
  185.         width:120px;
  186.         height:25px;
  187.         line-height:20px;
  188.         color:#c00;
  189.     }
  190.     #Search_ControlSet
  191.     {
  192.         float:left;
  193.         width:800px;
  194.         height:40px;
  195.         border-top:2px solid #999;
  196.         background:#f5f5f5;
  197.     }
  198.     .Pager
  199.     {
  200.         float:left;
  201.         line-height:30px;
  202.         height:30px;
  203.     }
  204.     
  205.     /* Data Types begin */
  206.     .DataItem
  207.     {
  208.         float:left;
  209.         clear:left;
  210.         position:relative;
  211.         display:block;
  212.         width:480px;
  213.         margin:5px 0 0px 10px;
  214.         line-height:30px;
  215.     }
  216.     
  217.     #RightColumn
  218.     {
  219.         float:right;
  220.         width:250px;
  221.         margin:0 10px 0 0 !important;
  222.         margin:0 0 0 0;
  223.     }
  224.     
  225.     .ImageItem
  226.     {
  227.         float:right;
  228.         clear:right;
  229.         display:block;
  230.         width:250px;
  231.         padding:10px 0 10px 0;
  232.         margin:10px 10px 0 0 !important;
  233.         margin:10px 5px 0
  234.         0;
  235.         border-left:2px solid #aaa;
  236.         border-bottom:2px solid #aaa;
  237.         background:#f0f9ff;
  238.     }
  239.     
  240.     .Upload_Status
  241.     {
  242.         float:left;
  243.         display:block;
  244.         width:250px;
  245.         height:30px;
  246.         line-height:30px;
  247.         border-top:1px dotted #aaa;
  248.         color:#000;
  249.         font-size:12px;
  250.         font-weight:bold;
  251.         text-align:center;
  252.         margin-top:10px;
  253.         background:#fff;
  254.     }
  255.     
  256.     .DT_File
  257.     {
  258.         float:left;
  259.         width:240px;
  260.         height:20px;
  261.         margin:5px 0 0 5px;
  262.     }
  263.     
  264.     .ImagePreview
  265.     {
  266.         width:240px;
  267.         height:160px;
  268.         margin:5px 0 0 5px;
  269.         border:1px solid #ccc;
  270.     }
  271.     .Confirm_Button
  272.     {
  273.         float:left;
  274.         clear:left;
  275.         margin:5px 0 0 5px;
  276.     }
  277.     .DT_Label
  278.     {
  279.         float:left;
  280.         display:block;
  281.         width:150px;
  282.         height:30px;
  283.         font-size:11px;
  284.         text-align:right;
  285.         color:#444;
  286.     }
  287.     
  288.     .DT_Text
  289.     {
  290.         float:left;
  291.         margin:4px 0 0 5px;
  292.         width:300px;
  293.         height:20px;
  294.         color:#000;
  295.         font-weight:bold;
  296.         font-size:13px;
  297.     }
  298.  
  299.     .DT_Search
  300.     {
  301.         float:left;
  302.         margin:4px 0 0 5px;
  303.         width:300px;
  304.         height:20px;
  305.         color:#555;
  306.         font-size:13px;
  307.     }
  308.  
  309.     .DT_TextAreaLabel
  310.     {
  311.         float:left;
  312.         display:block;
  313.         width:150px;
  314.         height:30px;
  315.         font-size:11px;
  316.         text-align:left;
  317.         font-weight:bold;
  318.         margin-left:5px;
  319.         color:#444;
  320.     }
  321.     
  322.     .DT_TextArea
  323.     {
  324.         float:left;
  325.         clear:left;
  326.         margin:4px 0 5px 5px !important;
  327.         margin:4px 0 5px 0;
  328.         width:445px;
  329.         height:200px;
  330.         color:#000;
  331.         font-weight:bold;
  332.         font-size:13px;
  333.         line-height:16px;
  334.     }
  335.     
  336.     .DT_Hint
  337.     {
  338.         float:left;
  339.         clear:left;
  340.         display:block;
  341.         position:relative;
  342.         width:290px !important;
  343.         width:300px;
  344.         height:30px;
  345.         padding-left:10px;
  346.         margin:0 0 5px 155px !important;
  347.         margin:0 0 5px 77px;
  348.         background:#ffc;
  349.         border-top:1px solid #cca;
  350.         border-left:1px solid #cca;
  351.         text-align:left;
  352.     }
  353.     
  354.     #DataForm u
  355.     {
  356.         text-decoration:dotted;
  357.         color:#27c;
  358.         font-weight:bold;
  359.     }
  360.     
  361.     
  362.     a.HintLink:link, a.HintLink:visited
  363.     {
  364.         position:absolute;
  365.         right:0px;
  366.         top:0px;
  367.         color:#800;
  368.         font-size:12px;
  369.         text-decoration:underline;
  370.         margin:0 0 0 0;
  371.         padding:0 0 0 0;
  372.     }
  373.     
  374.     a.HintLink:hover
  375.     {
  376.         background:#800;
  377.         color:#fff;
  378.         text-decoration:none;
  379.     }